services.hostapd.radios.<name>.networks.<name>.settings
Extra configuration options to put at the end of this BSS's defintion in the hostapd.conf for the associated interface. To find out which options are global and which are per-bss you have to read hostapd's source code, which is non-trivial and not documented otherwise.
Lists will be converted to multiple definitions of the same key, and booleans to 0/1. Otherwise, the inputs are not modified or checked for correctness.
- Type
open submodule of attribute set of (atom (bool, int or string) or a list of them for duplicate keys)- Default
{ }- Example
{ multi_ap = true; }- Declared
- <nixpkgs/nixos/modules/services/networking/hostapd.nix>